From: Stefan Monnier Date: Fri, 27 Sep 2002 19:08:41 +0000 (+0000) Subject: (ask-user-about-supersession-threat): Don't abort when the user hits mouse-2. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~30403 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=cb2b607a785b941ce6af50c5ae95812cef5ac2da;p=emacs.git (ask-user-about-supersession-threat): Don't abort when the user hits mouse-2. --- diff --git a/lisp/userlock.el b/lisp/userlock.el index 3b3d1fbd728..752c3bc90c7 100644 --- a/lisp/userlock.el +++ b/lisp/userlock.el @@ -115,7 +115,7 @@ The buffer in question is current when this function is called." (message "%s changed on disk; really edit the buffer? (y, n, r or C-h) " (file-name-nondirectory fn)) (let ((tem (downcase (let ((cursor-in-echo-area t)) - (read-char))))) + (read-char-exclusive))))) (setq answer (if (= tem help-char) 'help